home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ace185b.zip / ACEUTILS.ZIP / IDX.DOC < prev    next >
Text File  |  1994-04-06  |  1KB  |  40 lines

  1.      AceComm & Utilities (tm) Version  1.85   4/4/94
  2.  
  3.  
  4.    Utility Name: IDX.EXE
  5.    Description: Create an index file for all Host,NETs in the FIDO NODELIST
  6.  
  7.  
  8.  
  9.  
  10.    IDX.EXE is used for indexing the 'RAW' NODELIST file. This index
  11.    is currently 4 -5k in size. The index file is used by ACECOMM
  12.    for any mail related activities. For instance if you wish to make
  13.    use of the File Request option, you will (1) need a copy of the
  14.    NODELIST (2) run IDX (3) put both the NLIST.IDX and NODLIST.nnn
  15.    files into a directory pointed to by the ACECOMM directory labled
  16.    Nodelist.
  17.    IDX must be run each time the nodelist changes.
  18.    Note: ACECOMM will also use FBL.EXE output .NOD files in place of the
  19.      .IDX/NODELIST combo.
  20.    Source code for IDX.EXE is available from my BBS from file area
  21.    ACE_COMM.
  22.  
  23.  
  24.  
  25.    - IDX Input
  26.  
  27.    IDX requires an unformated nodelist file. (nodelist.234 etc.)
  28.    Formated (compiled) nodelist files won't do.
  29.  
  30.  
  31.  
  32.    - IDX Output
  33.  
  34.    IDX creates a file NLIST.IDX. The index file is nothing more than
  35.    a list of ZONE:NET pointers. an IDX record is 10 bytes long. The
  36.    first two records contain a byte equal to the nodelist.ext filename
  37.    size. Follows the filename. Filenames in NLIST.IDX will be used to
  38.    find which nodelist file they belong to.
  39.  
  40.